Skip to content

Add support for ES module import statements #82

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 19, 2019

Conversation

hdgarrood
Copy link
Contributor

This commit adds support for all forms of the ES module import statement
apart from the dynamic 'import()' form and the bare 'import "mod";' form
(where the import is only being performed for the sake of some side
effects).

Supercedes #77, refs #71.

This commit adds support for all forms of the ES module import statement
apart from the dynamic 'import()' form and the bare 'import "mod";' form
(where the import is only being performed for the sake of some side
effects).

Supercedes erikd#77, refs erikd#71.
@hdgarrood
Copy link
Contributor Author

This library is a pleasure to work on, by the way, so thanks :)

@erikd erikd merged commit d061b16 into erikd:new-ast Feb 19, 2019
@erikd
Copy link
Owner

erikd commented Feb 19, 2019

Thanks @hdgarrood !

@hdgarrood hdgarrood deleted the import-statements branch February 19, 2019 12:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants